home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacAddict 115
/
macaddict115.cdr
/
Software
/
Development
/
phpstudio.dmg
/
PHP Studio.app
/
Contents
/
Frameworks
/
ASTruncatingTextField.h
< prev
next >
Wrap
Text File
|
2005-12-17
|
225b
|
11 lines
/* ASTruncatingTextField */
// Simple extension of NSTextField which truncates the text. Only draws left to right, base point is always 0,0.
#import <Cocoa/Cocoa.h>
@interface ASTruncatingTextField : NSTextField
{
}
@end